home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / mfile300.zip / MFILE.CFG next >
Text File  |  1991-10-29  |  3KB  |  96 lines

  1. ; MagnaFile v3.00bß Configuration File.
  2. ; Copyright (C) 1990, 1991 by Blue Wave Software and George Hatchew.
  3. ; All Rights Reserved.
  4. ;
  5. ; All lines beginning with a ';', and BLANK LINES are ignored by MagnaFile.
  6. ; KEYWORDS must start in column 1.  (This isn't because we were too lazy
  7. ; to make it work, it's because it runs MUCH faster without having to
  8. ; strip blanks from the beginning of a line.  When a user is on-line, time
  9. ; is precious!)
  10. ;
  11. ; You may delete any and/or all comment lines.  (The smaller this file is,
  12. ; the less time it takes to parse it...)  If MagnaFile cannot find a certain
  13. ; KEYWORD, it will default to LightCyan.
  14. ;
  15. ; MagnaFile recognizes these KEYWORDS:
  16. ; HIGHLIGHT, NORMALTEXT, HEADERINFO, FILENAME, FILEINFO, FILESTATUS,
  17. ; DESCRIPTION, and VERBOSE.
  18. ;
  19. ; MagnaFile recognizes these colors when used after the preceding KEYWORDS:
  20. ;
  21. ;                         ALLOWABLE COLOR NAMES
  22. ;                       -------------------------
  23. ;                       Blue            LightBlue
  24. ;                       Green           LightGreen
  25. ;                       Cyan            LightCyan
  26. ;                       Red             LightRed
  27. ;                       Magenta         LightMagenta
  28. ;                       Brown
  29. ;                       Gray            Yellow
  30. ;                       DarkGray        White
  31.  
  32.  
  33.  
  34. ; HIGHLIGHT is the color used to display highlighted information, which
  35. ; includes the "-*-*-*" around the AREANAME, "New Files since your Last
  36. ; login date of xx/xx/xx",  "Master file listing", etc.
  37.  
  38. HIGHLIGHT LightCyan
  39.  
  40.  
  41. ; NORMALTEXT is the color used to display the words "Size: ", "File
  42. ; Points: ", "Downloads: ", and if the /INFO or /STATS switch is used, it is
  43. ; also the color of the text used in these areas.
  44.  
  45. NORMALTEXT Cyan
  46.  
  47.  
  48. ; HEADERINFO is the color used to display the Area's description, and other
  49. ; headers when the switche(s) /INFO and /STATS are used.
  50.  
  51. HEADERINFO White
  52.  
  53.  
  54.  
  55. ; FILENAME is the color used to display the FILENAME.EXT <Obvious :-)>
  56.  
  57. FILENAME LightGreen
  58.  
  59.  
  60.  
  61. ; FILEINFO is the color used to display information about the file, such
  62. ; as SIZE, FILE POINTS, and number of DOWNLOADS.  If the /INFO switch is
  63. ; used, this is the color used to display the user's upload/download ratio
  64. ; and number of file points.
  65.  
  66. FILEINFO Yellow
  67.  
  68.  
  69.  
  70. ; FILESTATUS is the color used to display the status of a file, such as
  71. ; OFFLINE and UNVALIDATED.
  72.  
  73. FILESTATUS LightRed
  74.  
  75.  
  76.  
  77. ; DESCRIPTION is the color used to display the file's description.
  78.  
  79. DESCRIPTION LightCyan
  80.  
  81.  
  82.  
  83. ; VERBOSE is the color used to display the file's Verbose Description, if
  84. ; any.
  85.  
  86. VERBOSE Blue
  87.  
  88. ; VALIDATE is the ACS string to use when evaluating 'vv' access strings
  89. ; in the file area.  If your "Validated" users have a security level of 50
  90. ; and a Download security level of 70, you would use "S50D70"
  91.  
  92. VALIDATE s50d70
  93.  
  94.  
  95. ; End of MagnaFile configuration
  96.